projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7fb10
)
wayland: Remove unused fribidi include
author
Sebastian Keller
<skeller@gnome.org>
Thu, 4 Jun 2020 18:44:55 +0000
(20:44 +0200)
committer
Sebastian Keller
<skeller@gnome.org>
Thu, 4 Jun 2020 18:44:55 +0000
(20:44 +0200)
The included fribidi header is not used in gdkkeys-wayland.c and already
included in gdk.c which causes linker issues due to the header defining
a global variable.
gdk/wayland/gdkkeys-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkkeys-wayland.c
b/gdk/wayland/gdkkeys-wayland.c
index ef41b287ef0c5cd2a569b70d3a4c32622d93407a..c60dada58b36900de5c0bdeda605a83366a0cdbc 100644
(file)
--- a/
gdk/wayland/gdkkeys-wayland.c
+++ b/
gdk/wayland/gdkkeys-wayland.c
@@
-31,7
+31,6
@@
#include <limits.h>
#include <errno.h>
#include <sys/mman.h>
-#include <fribidi.h>
#include "gdk.h"
#include "gdkwayland.h"